Import: Fix incorrect wfRunHooks usage
authorMax Semenik <maxsem.wiki@gmail.com>
Fri, 26 Apr 2013 20:35:20 +0000 (00:35 +0400)
committerKrinkle <krinklemail@gmail.com>
Thu, 2 May 2013 18:06:19 +0000 (18:06 +0000)
commit1f8a7dc2d2b0916bdd3bbb5a8b7660d3e026b03a
treeac401fd514f7ab53aebffd63b2b75b553c8b50a6
parentd1869088d2c4903dfa8b2c62ed0c18f4a40ea8b9
Import: Fix incorrect wfRunHooks usage

af125df5199b5c232bf335d735cecc6d8f8e9784 broke importing
because Import.php was calling wfRunHooks() improperly.
Fixing the calls and making the wfRunHooks() signature
match Hooks::run() to make call errors immediately detectable.

Change-Id: If44292fedf6917cde1dae7f0391231a18d414610
includes/GlobalFunctions.php
includes/Import.php